home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / Fashion_Recall.swf / scripts / frame_37 / DoAction.as
Text File  |  2011-10-17  |  739b  |  45 lines

  1. function clock()
  2. {
  3.    if(lvl >= 1 and lvl <= 4)
  4.    {
  5.       timer = 60;
  6.       t_t = 60;
  7.       start_tim = 1;
  8.       acur = 30;
  9.    }
  10.    else if(lvl >= 5 and lvl <= 8)
  11.    {
  12.       timer = 50;
  13.       t_t = 50;
  14.       start_tim = 1;
  15.       acur = 40;
  16.    }
  17.    else if(lvl >= 9 and lvl <= 10)
  18.    {
  19.       timer = 40;
  20.       t_t = 40;
  21.       start_tim = 2;
  22.       acur = 50;
  23.    }
  24.    else if(lvl >= 11 and lvl <= 13)
  25.    {
  26.       timer = 30;
  27.       t_t = 30;
  28.       start_tim = 2;
  29.       acur = 50;
  30.    }
  31. }
  32. mygame.gn._visible = true;
  33. playedArr.push(lvl);
  34. num1 = new Array(1,2,3,4,5,6,7,8,9,10,11,12,13);
  35. correcttot = 0;
  36. if(!played)
  37. {
  38.    roundsleft = 13;
  39. }
  40. myscore = 0;
  41. myscore1 = myscore;
  42. tot_sco = 0;
  43. clock();
  44. stop();
  45.